home *** CD-ROM | disk | FTP | other *** search
/ Most Valuable Games 2 / Most Valuable Games Volume 2 (MVP Publishing)(August 1995).iso / sierra / sq6demo.bat
DOS Batch File  |  1995-07-06  |  329b  |  15 lines

  1. @echo off 
  2. cd \SIERRA\SQ6DEMO 
  3. call CheckCD   E 
  4. vesatest.exe 
  5. if errorlevel == 1 goto noVesa 
  6. E: 
  7. sierra D:\SIERRA\SQ6DEMO\resource.cfg 
  8. goto end 
  9. :noVesa 
  10. echo A VESA driver was not found on your system. Please rerun install 
  11. echo and check the readme file for help on installing a VESA driver. 
  12. :end 
  13. D: 
  14. cd .. 
  15.